home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / cashbox.ctl < prev    next >
Text File  |  2000-05-12  |  581b  |  22 lines

  1. -- RCSVER $Id: cashbox.ctl,v 1.1 2000-05-03 12:28:55-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        cashbox.ctl
  6. -- Date:     03/16/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the cashbox table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE cashbox
  14. fields terminated by "|"
  15. trailing nullcols
  16.     cashbox_glid,
  17.     cb_sernum,
  18.     status
  19. )
  20. begindata
  21.